Item Property

Summary
Gets or sets the element at the specified index.
Syntax
C#
VB
C++
public T Item( 
   int index 
) { get; set; } 
public: 
property T^ default [int] { 
   T^ get(int index); 
   void set (int index, T^ ); 
} 
Public Default Property Item(ByVal index As Integer) As T 
   Get 
   Set 

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.